home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / BALLMSTR / _SETUP.1 / BallM.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1998-05-31  |  6KB  |  323 lines

  1. object Form2: TForm2
  2.   Left = 261
  3.   Top = 142
  4.   HelpContext = 45
  5.   BorderStyle = bsDialog
  6.   Caption = 'Game Setup'
  7.   ClientHeight = 310
  8.   ClientWidth = 281
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 4
  20.     Top = 4
  21.     Width = 273
  22.     Height = 45
  23.     Caption = 'Scheme'
  24.     TabOrder = 0
  25.     object ComboBox1: TComboBox
  26.       Left = 8
  27.       Top = 16
  28.       Width = 137
  29.       Height = 21
  30.       Style = csDropDownList
  31.       ItemHeight = 13
  32.       TabOrder = 0
  33.       OnChange = ComboBox1Change
  34.     end
  35.     object Button1: TButton
  36.       Left = 148
  37.       Top = 16
  38.       Width = 57
  39.       Height = 21
  40.       Caption = 'Sa&ve as...'
  41.       TabOrder = 1
  42.       OnClick = Button1Click
  43.     end
  44.     object Button2: TButton
  45.       Left = 208
  46.       Top = 16
  47.       Width = 57
  48.       Height = 21
  49.       Caption = '&Delete'
  50.       TabOrder = 2
  51.       OnClick = Button2Click
  52.     end
  53.   end
  54.   object GroupBox2: TGroupBox
  55.     Left = 4
  56.     Top = 52
  57.     Width = 273
  58.     Height = 65
  59.     Caption = 'Dimensions'
  60.     TabOrder = 1
  61.     object Label1: TLabel
  62.       Left = 8
  63.       Top = 36
  64.       Width = 28
  65.       Height = 13
  66.       Caption = '&Width'
  67.       FocusControl = EditW
  68.     end
  69.     object Label2: TLabel
  70.       Left = 140
  71.       Top = 36
  72.       Width = 31
  73.       Height = 13
  74.       Caption = '&Height'
  75.       FocusControl = EditH
  76.     end
  77.     object Label6: TLabel
  78.       Left = 8
  79.       Top = 16
  80.       Width = 165
  81.       Height = 13
  82.       Caption = 'Sets the dimensions of game board'
  83.     end
  84.     object EditW: TEdit
  85.       Left = 44
  86.       Top = 32
  87.       Width = 37
  88.       Height = 21
  89.       TabOrder = 0
  90.       Text = '9'
  91.       OnKeyPress = EditPKeyPress
  92.     end
  93.     object UpDownW: TUpDown
  94.       Left = 81
  95.       Top = 32
  96.       Width = 15
  97.       Height = 21
  98.       Associate = EditW
  99.       Min = 3
  100.       Max = 10
  101.       Position = 9
  102.       TabOrder = 1
  103.       Wrap = False
  104.       OnClick = UpDownWClick
  105.     end
  106.     object EditH: TEdit
  107.       Tag = 9
  108.       Left = 176
  109.       Top = 32
  110.       Width = 37
  111.       Height = 21
  112.       TabOrder = 2
  113.       Text = '9'
  114.       OnKeyPress = EditPKeyPress
  115.     end
  116.     object UpDownH: TUpDown
  117.       Left = 213
  118.       Top = 32
  119.       Width = 15
  120.       Height = 21
  121.       Associate = EditH
  122.       Min = 3
  123.       Max = 10
  124.       Position = 9
  125.       TabOrder = 3
  126.       Wrap = False
  127.       OnClick = UpDownWClick
  128.     end
  129.   end
  130.   object GroupBox3: TGroupBox
  131.     Left = 4
  132.     Top = 120
  133.     Width = 273
  134.     Height = 153
  135.     Caption = 'Balls'
  136.     TabOrder = 2
  137.     object Label3: TLabel
  138.       Left = 8
  139.       Top = 64
  140.       Width = 16
  141.       Height = 13
  142.       Caption = '&Put'
  143.       FocusControl = EditP
  144.     end
  145.     object Label4: TLabel
  146.       Left = 140
  147.       Top = 64
  148.       Width = 17
  149.       Height = 13
  150.       Caption = '&Get'
  151.       FocusControl = EditG
  152.     end
  153.     object Label7: TLabel
  154.       Left = 8
  155.       Top = 16
  156.       Width = 89
  157.       Height = 39
  158.       Caption = 'Sets the number of balls to put on game step'
  159.       WordWrap = True
  160.     end
  161.     object Label8: TLabel
  162.       Left = 140
  163.       Top = 16
  164.       Width = 114
  165.       Height = 39
  166.       Caption = 'Number of balls you need to put in line to get them out of board'
  167.       WordWrap = True
  168.     end
  169.     object Label9: TLabel
  170.       Left = 8
  171.       Top = 92
  172.       Width = 92
  173.       Height = 26
  174.       Caption = 'Sets the number of ball colors '
  175.       WordWrap = True
  176.     end
  177.     object Label5: TLabel
  178.       Left = 8
  179.       Top = 128
  180.       Width = 29
  181.       Height = 13
  182.       Caption = 'C&olors'
  183.       FocusControl = EditC
  184.     end
  185.     object Label10: TLabel
  186.       Left = 140
  187.       Top = 92
  188.       Width = 92
  189.       Height = 26
  190.       Caption = 'Sets the number of balls to put initially'
  191.       WordWrap = True
  192.     end
  193.     object Label12: TLabel
  194.       Left = 236
  195.       Top = 128
  196.       Width = 24
  197.       Height = 13
  198.       Caption = 'of 81'
  199.     end
  200.     object Label11: TLabel
  201.       Left = 140
  202.       Top = 128
  203.       Width = 31
  204.       Height = 13
  205.       Caption = '&Initially'
  206.       FocusControl = Edit1
  207.     end
  208.     object EditP: TEdit
  209.       Tag = 3
  210.       Left = 44
  211.       Top = 60
  212.       Width = 37
  213.       Height = 21
  214.       TabOrder = 0
  215.       Text = '3'
  216.       OnKeyPress = EditPKeyPress
  217.     end
  218.     object UpDownP: TUpDown
  219.       Left = 81
  220.       Top = 60
  221.       Width = 15
  222.       Height = 21
  223.       Associate = EditP
  224.       Min = 2
  225.       Max = 5
  226.       Position = 3
  227.       TabOrder = 1
  228.       Wrap = False
  229.       OnClick = UpDownWClick
  230.     end
  231.     object EditG: TEdit
  232.       Tag = 5
  233.       Left = 176
  234.       Top = 60
  235.       Width = 37
  236.       Height = 21
  237.       Ctl3D = True
  238.       ParentCtl3D = False
  239.       TabOrder = 2
  240.       Text = '5'
  241.       OnKeyPress = EditPKeyPress
  242.     end
  243.     object UpDownG: TUpDown
  244.       Left = 213
  245.       Top = 60
  246.       Width = 15
  247.       Height = 21
  248.       Associate = EditG
  249.       Min = 3
  250.       Max = 7
  251.       Position = 5
  252.       TabOrder = 3
  253.       Wrap = False
  254.       OnClick = UpDownWClick
  255.     end
  256.     object EditC: TEdit
  257.       Tag = 6
  258.       Left = 44
  259.       Top = 124
  260.       Width = 37
  261.       Height = 21
  262.       TabOrder = 4
  263.       Text = '6'
  264.       OnKeyPress = EditPKeyPress
  265.     end
  266.     object UpDownC: TUpDown
  267.       Left = 81
  268.       Top = 124
  269.       Width = 15
  270.       Height = 21
  271.       Associate = EditC
  272.       Min = 3
  273.       Max = 8
  274.       Position = 6
  275.       TabOrder = 5
  276.       Wrap = False
  277.       OnClick = UpDownWClick
  278.     end
  279.     object Edit1: TEdit
  280.       Left = 176
  281.       Top = 124
  282.       Width = 37
  283.       Height = 21
  284.       TabOrder = 6
  285.       Text = '1'
  286.       OnKeyPress = EditPKeyPress
  287.     end
  288.     object UpDown1: TUpDown
  289.       Left = 213
  290.       Top = 124
  291.       Width = 15
  292.       Height = 21
  293.       Associate = Edit1
  294.       Min = 1
  295.       Max = 99
  296.       Position = 1
  297.       TabOrder = 7
  298.       Wrap = False
  299.       OnClick = UpDownWClick
  300.     end
  301.   end
  302.   object Button3: TButton
  303.     Left = 124
  304.     Top = 280
  305.     Width = 75
  306.     Height = 25
  307.     Caption = 'OK'
  308.     Default = True
  309.     ModalResult = 1
  310.     TabOrder = 3
  311.   end
  312.   object Button4: TButton
  313.     Left = 204
  314.     Top = 280
  315.     Width = 75
  316.     Height = 25
  317.     Cancel = True
  318.     Caption = 'Cancel'
  319.     ModalResult = 2
  320.     TabOrder = 4
  321.   end
  322. end
  323.